﻿COUNTRIES = {
	c:PAN = {
		effect_starting_technology_tier_4_tech = yes
		
		add_technology_researched = mandatory_service
		add_technology_researched = line_infantry

		effect_starting_politics_traditional = yes
		activate_law = law_type:law_tenant_farmers
		activate_law = law_type:law_professional_army
		activate_law = law_type:law_freedom_of_conscience
		activate_law = law_type:law_appointed_bureaucrats
		activate_law = law_type:law_migration_controls
		
		add_taxed_goods = g:liquor
		add_taxed_goods = g:tobacco

		ig:ig_devout = {
			set_interest_group_name = ig_sikh_priesthood
			remove_ideology = ideology_moralist
			add_ideology = ideology_sikh_moralist
		}
		
		ig:ig_petty_bourgeoisie = {
			remove_ideology = ideology_reactionary
			add_ideology = ideology_indian_nationalism
			add_ruling_interest_group = yes
			add_modifier = {
				name = modifier_favored_by_wazir
				months = very_long_modifier_time
				is_decaying = yes
			}
		}

		
		
		add_journal_entry = { type = je_punjab_great_game }
		add_journal_entry = { type = je_religious_tolerance }
		add_journal_entry = { type = je_koh_i_nor }
		if = {
			limit = {
				has_dlc_feature = ip2_content
			}
			add_journal_entry = {
				type = je_sikh_sovereignty
			}
		}
	}
}